Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.dsl
/
BatchRequestBuilder
/
update
update
fun
update
(
collectionId
:
String
,
recordId
:
String
,
recordJson
:
JsonObject
?
=
null
,
files
:
List
<
FileUpload
>
?
=
null
,
headers
:
Map
<
String
,
String
>
?
=
null
)